home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Nickname
- Caption = "Nicknames"
- ClientHeight = 4020
- ClientLeft = 1020
- ClientTop = 1905
- ClientWidth = 7365
- ControlBox = 0 'False
- Height = 4425
- Left = 960
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1560
- Width = 7485
- Begin CommandButton Command2
- Cancel = -1 'True
- Caption = "Quit"
- Height = 495
- Left = 5400
- TabIndex = 6
- Top = 2040
- Width = 1575
- End
- Begin TextBox nickname2
- Height = 300
- Left = 1800
- TabIndex = 2
- Top = 2040
- Width = 2505
- End
- Begin CommandButton Command1
- Caption = "Continue"
- Height = 495
- Left = 5400
- TabIndex = 3
- Top = 1080
- Width = 1575
- End
- Begin TextBox nickname1
- Height = 300
- Left = 1800
- TabIndex = 1
- Top = 1080
- Width = 2505
- End
- Begin Label Label3
- Caption = "Nickname #2"
- Height = 300
- Left = 480
- TabIndex = 5
- Top = 2120
- Width = 1215
- End
- Begin Label Label2
- Caption = "Nickname #1"
- Height = 300
- Left = 480
- TabIndex = 4
- Top = 1150
- Width = 1215
- End
- Begin Label Label1
- Caption = "List your nicknames"
- Height = 255
- Left = 1800
- TabIndex = 0
- Top = 600
- Width = 1815
- End
- Sub command1_click ()
- Nickname.Hide
- Employment.Show
- End Sub
- Sub Command2_Click ()
- End
- End Sub
- Sub Form_Activate ()
- i% = sndplaysound("nickname.wav", 1)
- nickname1.text = ""
- nickname2.text = ""
- nickname1.SetFocus
- End Sub
-